home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / music / 188 / c / read.me < prev   
Text File  |  1987-10-15  |  1KB  |  42 lines

  1. APPEND.DOC
  2. APPEND.PRG
  3.  
  4.     Program to append file 1 to file 2 when using either a command line
  5.     shell program.  Has been checked with MSDOS (Michtron) and Gulam.  The 
  6.     command line is typed as: APPEND FILEA.EXT FILEB.EXT and will write a
  7.     new FILEB.EXT of the form FILEA.EXT//FILEB.TXT.  The original FILEB.EXT
  8.     will thus be modified.
  9.  
  10.  
  11. BATCH.DOC
  12. BATCH.PRG
  13.  
  14.     This program works with both MSDOS (Michtron) and the Gulam shell and
  15.     serves to write command line parameters to a text file (one parameter
  16.     per line) where they can then be used as redirected input for a program
  17.     that requires keyboard input.  Developed to implement the batch file
  18.     processing of a fortran source file
  19.     compilation, linking, and execution of fortran source through Absoft's
  20.     (Microsoft's) Fortran 77 package.  Should have more general utility to
  21.     other batch and auto initialization processing.
  22.  
  23.  
  24. CPRINT.DOC
  25. CPRINT.PRG
  26.  
  27.     This program will print C source code in a pretty format for easier reading
  28.     and debugging.  A must have for all C programmers!!!  Read the DOC file for
  29.     more information.
  30.  
  31.  
  32. DOIT.C
  33. ERROR.C
  34. PARSE.C
  35. QSED.C
  36. QSED.H
  37. QSED.MAN
  38. QSED.PRG
  39.  
  40.     This program executes the output from the diff -e option. These files 
  41.     contain MWC source and executable and a manual page to get you started.
  42.